home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / util / wb / DosMan121.lha / man / DiskCopy < prev    next >
Text File  |  1995-05-05  |  4KB  |  111 lines

  1.  
  2.  
  3.             DiskCopy (1.2 in C: Directory) (1.3, 2.x, 3.x 
  4.         internal)
  5.  
  6.  
  7.     NAME
  8.             Diskcopy - Copies entire diskettes.
  9.  
  10.     SYNOPSIS
  11.         DiskCopy FROM (source drive) TO (Destination drive)
  12.             NAME (VolumeName) VERIFY MULTI
  13.  
  14.  
  15.             Other computer systems require you to format a disk 
  16.         before you make copies of old data. The Amiga lets you 
  17.         copy to a disk that has information already stored on it. 
  18.         All that old information will be lost though. This lets 
  19.         you make backups of all important disk while helping you 
  20.         dispose of files that you no longer use.
  21.  
  22.             DiskCopy is very useful because it takes just as much 
  23.         time to format a blank disk as it does to perform a 
  24.         diskcopy. But, if you only have a few files you wish to 
  25.         copy, it may be quicker to just delete the files on the 
  26.         destination disk you don't need using the delete command 
  27.         then using the Copy command to transfer the ones you 
  28.         want.
  29.  
  30.             DiskCopy can also be used devices of different types. 
  31.         For instance you can copy between Ram: and Rad:. Or, df2: 
  32.         and Ram. But, for it to work with Rad:, Rad: must contain 
  33.         the same number of tracks (80) and blocks per track (11) 
  34.         as a floppy device.
  35.  
  36.  
  37.     KEYWORDS
  38.     
  39.     FROM
  40.             This is the source, or the device you are copying 
  41.         from.  If you only have one disk drive, this will be df0: 
  42.         or the actual name of the disk mounted there (eg 
  43.         MyDisk:). It can also be df1:, df2:, df3:, or df4: (if 
  44.         you actually have these optional drives). OR, it can be 
  45.         the RAD: or RAM: drive as stated before. Remember you 
  46.         RAD: must be created in the same nature as a regular disk 
  47.         drive for this to work.
  48.  
  49.     TO
  50.         This is the desitination, or the device you are copying
  51.     to. If you have only one diskdrive the copy may take quite
  52.     a few disk swaps. This is because the contents of the source
  53.     disk gets buffered into ram: before getting transferred to 
  54.     the destination disk. If you have an original 256K A1000,
  55.     this may take up to eight swaps. If you have an unexpanded
  56.     A500, you're looking at about three swaps. If you have one
  57.     meg of ram, you should not need to swap more than once.
  58.     If you have two diskdrives you are the lucky one. This is
  59.     because you will not have to make any swaps either because
  60.     the data is passed straight through between the drives.
  61.  
  62.         If you have 1.3 the TO keyword is mandetory! The command
  63.     will not function without it. But, under 2.x/3.x you do not
  64.     need to put this keyword.
  65.  
  66.     NAME
  67.         This is the name you are giving to the new copy. If you
  68.     don't give a name, then the new volume will have the same
  69.     name as the original. Despite the names being the same,
  70.     there is some 'hidden' information on the disk which will
  71.     distinguish the two disks from each other. 
  72.  
  73.  
  74.     When diskcopy is stared, and the disks are being copied
  75.     a neat little status bar opens up on your window showing
  76.     you the progress as all 80 tracks are copied. YOu can
  77.     cancel this process at any time by hitting     the control
  78.     break keys: Ctrl-C and then Return. If you hit these keys
  79.     after the copying has already started, all information on
  80.     the destination disk will be lost. The destination disk
  81.     will also be rendered useless until it is formatted or
  82.     diskcopied again.
  83.  
  84.     NOVERIFY
  85.         As AmigaDOS copies a disk, it verifies each sector
  86.     after it formats it. If you don't want AmigaDOS to check
  87.     its steps, then use this keyword.
  88.  
  89.         There is no point in using this keyword. It is better
  90.     to be safe than sorry. And a few seconds of time spent
  91.     verifying your copying will save you tons of hearache later.
  92.  
  93.     MULTI
  94.         Lets you load the entire disk into memory (if there is
  95.     at least 880k of free memory). You can then insert as many
  96.     destination disks as you want making multiple copies. The
  97.     system will prompt you when it is ready for the next disk.
  98.  
  99.  
  100.     EXAMPLES
  101.  
  102.     1. To make a copy from df0: to df1:
  103.  
  104.     Diskcopy from df0: to df1:   ; for any version of AmigaDOS.
  105.  
  106.     Diskcopy from df0: df1:         ; for 2.x/3.x only
  107.  
  108.     Diskcopy df0: df1:             ; for 2.x/3.x only
  109.  
  110.  
  111.